home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 176-200 / scopedisk185 / dfc5 / makefile < prev    next >
Makefile  |  1995-03-19  |  438b  |  23 lines

  1. # Generate DFC5 under SAS C
  2.  
  3. .c.o:
  4.     lc -O -v $*
  5.  
  6. .a.o:
  7.     asm -u -iLC:Assembler_Headers/ $*
  8.  
  9. DFC5: DFC5.o DiskTask.o FastRoutines.o Window.o Task.o Sound.o
  10.     blink FROM LIB:c.o+DFC5.o+DiskTask.o+FastRoutines.o+Window.o+Task.o+Sound.o LIB LIB:amiga.lib LIB:lc.lib SC SD ND VERBOSE
  11.  
  12. DFC5.o: DFC5.c DFC5.h
  13.  
  14. Window.o: Window.c DFC5.h
  15.  
  16. Task.o: Task.c DFC5.h
  17.  
  18. Sound.o: Sound.c DFC5.h
  19.  
  20. DiskTask.o: DiskTask.c DFC5.h
  21.  
  22. FastRoutines.o: FastRoutines.a
  23.